From 9ee95cc1662a4dcf6d86a0d2782e896ab4af6291 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 30 Mar 2007 15:30:26 +0000 Subject: [PATCH] (blink-matching-open): When in minibuffer, don't search for a match inside the prompt. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 5dbc6d1a10b..bec0d9ed5f3 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4478,7 +4478,7 @@ it skips the contents of comments that end before point." (save-excursion (save-restriction (if blink-matching-paren-distance - (narrow-to-region (max (point-min) + (narrow-to-region (max (minibuffer-prompt-end) (- (point) blink-matching-paren-distance)) oldpos)) (condition-case () -- 2.30.2